home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / WCOMP20.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-01-01  |  1KB  |  50 lines

  1. @echo off
  2. echo off
  3. cls         
  4. echo             ╔═───────────────────────────────────────═╗
  5. echo             │ ·■· WComp installation batch program ·■·│
  6. echo             ╚═───────────────────────────────────────═╝
  7. echo.
  8.  
  9. echo By using the WCOMP package you agree with the license agreement.
  10. echo Press Ctrl-C to abort this installation batch file, or
  11. pause
  12.  
  13. echo.
  14. echo Copying WComp.Ini , WComp.Ext to C:\
  15. echo.
  16. copy wcomp.ini c:\>nul
  17. copy wcomp.ext c:\>nul
  18. Ask 1) Italian Documentation  2) English Documentation (1/2) :
  19. if errorlevel == 50 goto inglese
  20. if errorlevel == 49 goto italiano
  21. echo 1/2 accepted. Abort
  22. goto end
  23.  
  24. :italiano
  25. del engdoc.exe>nul
  26. itadoc.exe
  27. del itadoc.exe>nul
  28. goto fine
  29.  
  30. :inglese
  31. del itadoc.exe>nul
  32. engdoc.exe
  33. del engdoc.exe>nul
  34. goto fine
  35.  
  36.  
  37. :fine
  38. cls
  39. echo.
  40. echo                    ╔═───────────────────────────────═╗
  41. echo                    │ ·■· WComp Integrity Checking ·■·│
  42. echo                    ╚═───────────────────────────────═╝
  43. echo.
  44. wcheck
  45. echo.
  46. echo             ·──══   To start using WComp write 'wcomp'   ══──·
  47. echo                               ░▒▓  Enjoy!  ░▒▓
  48.  
  49. :end
  50.